home *** CD-ROM | disk | FTP | other *** search
/ The World's Largest Collection of Windows Software / The World's Largest Collection of Windows Software - Disc 1.iso / win / pro51 / fm.hlp < prev    next >
Text File  |  1993-11-26  |  38KB  |  647 lines

  1. Help_Topics
  2.     This function hasn't been documented anywhere except here.  It was a
  3.  last day, last minute feature I put in.  The List box will display all the
  4.  different help topics in the FM.HLP file from top down and to view a topic
  5.  you click it to highlite it, then click the "GoTo" button to display the
  6.  help listed for that topic.
  7.  
  8.  
  9. Menu_Help
  10.     Actually there isn't too much help concerning how to use the menus. The
  11.  Menu column Disk is inactive as was explained in the docs.  I was going to
  12.  remove it because it was planned to be programmed for V4.0 but I decided
  13.  to leave it in there as a "Things to Come" item.  The Macro Menus are for
  14.  display purposes only, for a quick reference as to what macro is assigned
  15.  to what function.  The Topics menu which isn't documented because it was a
  16.  last minute thought displays a list of all help topics in FM.HLP in a top
  17.  down order and you may view each help topic there.
  18.  
  19. Window_Help
  20.     The Main View Screen of File Magician is divided into two view sections
  21.  with a double row of push buttons between the sections.  Each view section,
  22.  called View Windows contains its own seperate tree listing of files and
  23.  directories.  In default color mode the directories are colored Yellow and
  24.  the file are colored White.  The View Window with the Red box drawn around it
  25.  is the "Active View Window".  The Active View Window is the Source window
  26.  and the View Window with the Black Box, or opposite View Window, is the
  27.  Destination Window.  Source and Destination windows can be interchanged by
  28.  clicking the mouse button within the View Area.  The small square rectangle
  29.  above each View Window shows the current path location of what is displayed
  30.  within each View Window.  The Red/Black rectangle at the top middle part of
  31.  the screen indicates also which View Window is Source and which View Window
  32.  is the Destination.  Each View Window has vertical rectangles along their
  33.  entire length. These rectangles indicate how much drive space is currently
  34.  occupied with data.  The Bottom horizonal rectangle indcates how much free
  35.  resources are remaining during the current session.
  36.    To open a directory listings contents you would double click on the
  37.  directory listing and the contents of that directory would be displayed and
  38.  that new directory would then become the current directory for that View
  39.  Window.  Double clicking on a file will activate outside program that has
  40.  been preconfigured to use that file as a argument, or opening work file.
  41.  Without configuring FM, FM will reconize .zip, .arj, .lzh, .exe, and 99% of
  42.  most text files and act on those files with the correct response.  You may
  43.  teach FM to reconize any file by using the DlClk Task Controller, this means
  44.  that FM will learn the binary headers of any file and load the program that
  45.  you setup to operate on it.
  46.  
  47.  
  48.  
  49. Configuration_Check
  50.     If you haven't hit the 'Check It Out' button you might just as well go
  51.  ahead and do so.  Once this is done, FM will not only do a little memory
  52.  scanning but actually check your drives for such things as Pkzip and its
  53.  location and how you have it set up.  FM will then issue you a report on
  54.  its findings.  One thing should be kept in mind at all times while
  55.  configuring FM is that windows sometimes has a hard time following the path
  56.  environment as it is suppose to.  So to counter this you might keep such
  57.  programs as Pkzip, Lha, etc. in your dos or windows directory.  According
  58.  to all documentation for windows, it is told that windows when executing
  59.  other programs will locate them in the path environment, but I've found this
  60.  not always to be the case, so the above practice on stand alone programs
  61.  is sometimes best observed.
  62.     The CMD buttons and menus as well as the panel buttons will show as
  63.  INCORRECT if they have not been configured yet.  Ignore this if you don't
  64.  really need them.  The Configuration strings should be paid attention to
  65.  and be set up correctly.  Incorrect settings for the archive programs will
  66.  cause unknown results when dealing with archives.  The correct settings are
  67.  suggested when FM is first installed before the configuration has been
  68.  saved.  From that point on it is the User's responsibility to apply the
  69.  settings that best suit their needs.
  70.     To date, any problems with FM operations has been due to incorrect
  71.  settings, and my hopes that this function will aid anyone with the
  72.  correct configuration.
  73.     Items such as the Panel Buttons and CMDs are very difficult for this
  74.  function to check so read the manual and help screens carefully and try and
  75.  understand my very poor directions!
  76.  
  77.  
  78.  
  79. File_Text_Search
  80.     Two methods of searching for file and text within files may be used.  The
  81.  first is selecting the files and or directories that you wish FM to search.
  82.  The second way is to select a drive letter from the far upper right list box
  83.  where FM will search the entire contents of that drive.  The two radio
  84.  buttons "Use Selected", means to use the selection of files and directories
  85.  method, "Use Drives", means to search the contents of the drives, these
  86.  buttons must be selected to your desired action.  If 'Use Drives' is set then
  87.  you must also select a drive or drives from the list box to search.  If
  88.  'Use Selected' is set then you must have previously selected directories and
  89.  files to search before loading the Text/File Search Panel.
  90.     Next you must decide if you wish to search just binary files or text files
  91.  and you do have the option of searching both.  Select one of these.  If doing
  92.  a Text Search it is highly recommended that you select Text Only for the sake
  93.  of speed while searching.  When searching for text within files, FM opens
  94.  and reads while comparing the entire body of the file, whereas a simple file
  95.  search just the names of the files are read.
  96.     The final options are "Text Search" and "File Search".  As stated above
  97.  FM will open and read while comparing the text string that you have fed it
  98.  the entire body of file.  Depending upon the amount of files you have
  99.  selected and the lenght of the text string you are searching for determines
  100.  the speed that FM travels through the file list.  So it is wise to keep
  101.  the search string for the Text option as small as possible.
  102.  The File Search will match any filenames that match your filename string that
  103.  you have entered.
  104.     All matches will be displayed in the list box with their complete filename
  105.  paths in the upper left list box.
  106.     Wild Cards are allowed but a extendsion always must be added. as a example.
  107.  auto*.bat , auto*.*, autoexec.* , is the proper proceedure.  A Wild Card
  108.  substituting a letter is not allowed. example.  auto*xec.bat.   And finally
  109.  the only Wild Card that is reconized is the * .
  110.  
  111.     "Save To File" button will save the contents of the Located files to a
  112.  file of your choice.  The button will bring up a standard Save File Panel
  113.  where you may select or create this file in whatever location you choose for
  114.  later viewing.
  115.  
  116.  
  117.  
  118. Macro_Config
  119.     To set up a Macro Key it takes the combination of either the two selection
  120.  boxes, 'Macro Key', 'FM Commands', or the combination of, 'Macro Key',
  121.  'Command'.  First select the desired Macro Key, then select either 'Command'
  122.  or a function in 'FM Commands', then select the 'Accept' Button.  After the
  123.  'Accept' Button is pushed the new command will display itself in the
  124.  'Key List' Box along with the Macro key.  This box is for display purposes
  125.  only, this way you can see previously or newly selected Macro Keys.  After
  126.  making all the macro selections you wish to do during the session, click
  127.  the 'Save' button and the configuration will be saved to disk.  To remember
  128.  each macro must be accepted seperately and be displayed under the key list
  129.  before saving, otherwise the save will not be effective.
  130.     Now, you are not LIMITED to the functions listed in the 'FM Commands' box,
  131.  you may enter in your own .EXE program within the Command box instead of
  132.  choosing a FM Function.  The program you choose must reside within your
  133.  windows directory or within your dos directory.  Pathing within the
  134.  config.sys file is not satisfactory.  Another method is to give the complete
  135.  pathname of your .exe file, examp.. C:\games\shootem.exe   ..  The Command
  136.  box will accept upto 80 characters in your path string.
  137.  
  138. Note_Config
  139.     This panel contains two columns of edit boxes.  The first is labeled
  140.  'Menu Name'.  Under this column will be the actual menuitem names of notes
  141.  or items 1 - 15.   The Second column is the Search Header word.  This column
  142.  must contain 1 word that can be of your choosing but must not exceed 15
  143.  characters in length and NOT contain any spaces.  This function is identical
  144.  in format as the help function and the text file FM.NOT but be in the same
  145.  format.  The search header word must start in column 1 of the file and all
  146.  other lines under header MUST start in column 2 or higher.
  147.     To edit or create a FM.NOT file select either the menuitem 'Edit Notes'
  148.  or the push button within the Notes Configuration panel which is located
  149.  by clicking on the 'Note' button in the main configuration screen.
  150.  
  151.     See:  About Help
  152.  
  153. Mouse_Config
  154.     The MouseButton Configuration Panel will allow you to program the right
  155.  and middle mousebutton to perform 1 of 5 functions.
  156.    1) Parent Dir   - This will cause FM to do a Parent function on the current
  157.                      Active View Window.
  158.    2) First Panel  - This will activate the First Panel of programable buttons
  159.    3) Second Panel - This will activate the Second Panel of Buttons
  160.    4) Third Panel  - This will activate the Third Panel of Buttons.
  161.    5) Menu Panel   - This activates a panel that contains many of the current
  162.                      menu functions that can be activated with a mouse click.
  163.  
  164.     'Save' will write the configuration to disk.
  165.     'Cancel' will leave the configuration as it was before.
  166.  
  167. Exchange_Help
  168.    The purpose of the Exchange functions is to allow people to exchange
  169.  different portions of File Magician's Configuration such as the palette and
  170.  archiving sections.  With the Exchange you can either save or load different
  171.  configuration segments.  The easy way to load a segment is first click on its
  172.  filename from either window then invoke the Exchange.  Click on
  173.  'Use Selected', then on load.  The affects will be immediate.  To save either
  174.  use the above proceedure or enter a file name in the 'File Name' box.  Watch
  175.  the bbs boards for professional configuration files for FM!!
  176.  
  177.  
  178. Panel_Config
  179.     Configuring the three panels is quite easy, more so actually then the
  180.  CMDs.  Here you must supply a button name of the program that you wish to
  181.  have FM execute, the name can be other then what the executable is. Next
  182.  you click on the Loadx button, here a windows directory box will open and
  183.  you may run through the directory tree to seek and select the file you wish
  184.  to execute.  Selecting OK on the directory box will shut down the box and
  185.  automatically fill in the path name of the file in the 'Path Name' edit box.
  186.  If you wish to supply your own path name you can do so BUT leave off any
  187.  trailing '\' at the end.  For the button program to interact with any
  188.  selected file place a '%s' (without the quotes) after the Path Name.  Be sure
  189.  to leave a space between the pathname and the %s . FM will, when the button
  190.  is pushed, insert the selected file into the %s slot and then execute the
  191.  entire line as one command.  This means that you can add additional arguments
  192.  to the pathname string as well.
  193.     Once you have finished configuring a panel to your wishes, choose the
  194.  'Save' button to save any changes to disk.
  195.  
  196. CMDLoader_Config
  197.     The CMD Loader has been changed to Configure CMDs just like Panel Buttons
  198.  Here you must supply a CMD  name of the program that you wish to
  199.  have FM execute, the name can be other then what the executable is. Next
  200.  you click on the Loadx button, here a windows directory box will open and
  201.  you may run through the directory tree to seek and select the file you wish
  202.  to execute.  Selecting OK on the directory box will shut down the box and
  203.  automatically fill in the path name of the file in the 'Path Name' edit box.
  204.  If you wish to supply your own path name you can do so BUT leave off any
  205.  trailing '\' at the end.  For the button program to interact with any
  206.  selected file place a '%s' (without the quotes) after the Path Name.  Be sure
  207.  to leave a space between the pathname and the %s . FM will, when the button
  208.  is pushed, insert the selected file into the %s slot and then execute the
  209.  entire line as one command.  This means that you can add additional arguments
  210.  to the pathname string as well.
  211.     Once you have finished configuring all of the CMDs to your wishes, choose
  212.  the 'Save' button to save any changes to disk.
  213.  
  214.  
  215. Drive_Config
  216.     The upper 12 pushbuttons in the Drive Button Configuration panel are for
  217.  show only.  They will indicate which Drive Button will be changed when you
  218.  reconfigure within the left edit boxes.  Click on any of the left edit boxes
  219.  to your drive button.  End the letter with a ':' (minus the quotes).  Then
  220.  MOST IMPORTANT!!!! the edit box to the right must contain the correct drive
  221.  device number!!  The device numbers are  A: = 1, B: = 2, C: = 3, etc.
  222.  Otherwise File Magician WILL NOT function properly in keeping track of its
  223.  current location which would lead to all kinds of function failure!!!!!
  224.     So REMEMBER A: - Z: would equal 1 - 26.
  225.     Orginally I was planning on keeping this ability strickly FM controlled
  226.  but due to many requests here it is.
  227.     Once you have made any changes choose the 'Save' button, this will update
  228.  your main FM screen and the changes will be saved to disk.  Cancel will
  229.  reset the drive buttons to what they were before.  Keep in mind there is no
  230.  default button here to reset the buttons when FM was first installed.
  231.     The worst thing that could probably happen here is that you would have to
  232.  delete the Magic.Dat file and completely reconfigure FM again.  There would
  233.  be no disk damage or file loss.
  234.  
  235. Config_Paths
  236.     The Paths Box currently contains three items, the work directory, and the
  237.  right and left boot startups.
  238.     The Work Directory defaults to c:\temp\ when File Magician is installed
  239.  for the first time.  The work directory is the location where FM writes
  240.  and deletes files and directories in its course of operations.  Any files
  241.  that FM by chance leaves after termination are not important and may be
  242.  removed if you so desire.  Also if you don't wish to have a directory called
  243.  temp you can name any directory you want to act as a work directory but
  244.  be sure to save the configuration after you have changed the path.  BUT FM
  245.  MUST HAVE a work directory to function properly.  This is one of the First
  246.  items that should be configured.
  247.     The Left Boot and Right Boot slots are paths that FM will display in its
  248.  view windows when FM first boots up.  You can have it display a directory
  249.  as well as just the root directory of a drive if you wish.  If nothing is
  250.  specified in the slots, FM will boot and display its own directory.
  251.  When you change the boot drive you must also change the Drive number. Drive
  252.  numbers follow the letters, A = 1, B = 2, C = 3, etc.  This is most important
  253.  when booting from a different drive.
  254.  
  255.  
  256. Config_Warn
  257.     The Warn Box are for danger commands, meaning a function that will either
  258.  copy, move, or delete, a file or directory.  With these boxes in a checked
  259.  state you will be presented with a "Are your Sure" box before the proceedure
  260.  continues.
  261.  
  262.  
  263.  
  264. Config_Commander
  265.     The Commander in later versions of FM will be contain its own
  266.  configuration strings that you will be able to configure to suit your needs.
  267.  This feature is still in the experimentation stage and its possible that
  268.  its existence will not be necessary.
  269.  
  270.  
  271. Config_Pkzip
  272.     Clicking this button will engage the configuration panel for Pkzip.  Here
  273.  you may change the setting for Compressing .zip files using Pkzip.  You will
  274.  need to consult the manual that accompanies the Pkware utilities to determine
  275.  what settings suit your needs.
  276.  
  277.  
  278. Config_PkUnzip
  279.     Clicking this button will engage the configuration panel for PkUnzip.  Here
  280.  you may change the setting for UnCompressing .zip files using PkUnzip.  You
  281.  will need to consult the manual that accompanies the Pkware utilities to
  282.  determine what settings suit your needs.
  283.  
  284. Config_Arj
  285.     Clicking this button will engage the configuration panel for Arj.  Here
  286.  you may change the setting for Compressing or UnCompressing .arj files using
  287.  Arj.exe.  You will need to consult the manual that accompanies the release
  288.  version of Arj.exe to  determine what settings suit your needs.
  289.  
  290.  
  291.  
  292. Config_Lzh
  293.     Clicking this button will engage the configuration panel for Lha.  Here
  294.  you may change the setting for Compressing or UnCompressing .LZH files using
  295.  Lha.exe.  You will need to consult the manual that accompanies the release
  296.  version of Lha.exe to  determine what settings suit your needs.
  297.  
  298.  
  299. Config_Names
  300.     The Names column of the Configuration screen is one of the hearts for
  301.  mainly the Archive Commander and some programs used in the main FM section.
  302.  The left side of the names column
  303. Config_Config
  304.     The configuration screen is basically the heart of FM.  FM will auto-
  305.  matically load default configurations if FM does not detect the config-
  306.  uration file "Magic.Dat" located in the FM's origin directory.  FM will
  307.  also inform you of this on boot up and keep doing so until you save a
  308.  configuration manually.  If upgrading from a previous version of FM and
  309.  the configuration file is different, FM will attempt to rebuild the new
  310.  configuration from your old settings and new defaults will be filled into
  311.  the area that has been newly released.  If any problems are crossed while
  312.  using FM its best to check the configuration of that item to see that it
  313.  is set correctly for that operation.  The configurations are basically
  314.  simple and the only thing one needs to know when naming programs is that
  315.  programs with the extendsion .com, need to have their full name typed in
  316.  or windows will reject it.  Examp.   dotype.com  , dotype  would be
  317.  rejected unless it was a .exe file.  I'm sure that future versions of
  318.  windows will have a lot of the oversites fixed!!!! Fingers crossed.
  319.  
  320. Drive_Buttons
  321.     FM will reach in to the far depths of your computer and discover what
  322.  drive devices you have connected to your system. Partiticians also count.
  323.  FM will support up to 12 such devices and display them in upper 12 small
  324.  buttons.  Clicking on these buttons will cause a directory listing to be
  325.  performed within the current active window.  The Current Active window is
  326.  the window with the Red Box around it.
  327.    See: Window Help
  328.  
  329. Parent_Button
  330.     The Parent button when clicked will move the directory tree listing back
  331.  one sub directory and redisplay that subdirectory.  Double clicking on '..'
  332.  will also obtain the same results.  The parent button will only act upon
  333.  the Current Active Window.
  334.    See: Window Help, Double Click
  335.  
  336. All_Button
  337.    The All button will select all files and directories that are in the
  338.  directory tree of the Current Active Window.  Files and directories that
  339.  don't show within the view window will also be tagged as selected. So
  340.  caution should be used when using this function along with deleting and
  341.  copying.
  342.    See: Window Help
  343.  
  344. Clear_Button
  345.    The Clear button is the reverse of the All button, the function will
  346.  de-selected all files and directories within the directory tree of the
  347.  Current Active Window.  When a file or directory is de-selected, no action
  348.  by any function can take place.
  349.    See: Window Help
  350.  
  351. Copy_Button
  352.    The Copy button is for copying files from the Current Active Window
  353.  (source) to the Non-Active window (destination) which has the black box
  354.  around it. Files or directories to be copied must be selected and only
  355.  those selected will be copied to the destination window.  Directories that
  356.  are selected will have all their nested files and directories copied as well.
  357.    There are three methods of copying files.  Standard Copy, which copies the
  358.  file or directory in its natural state (also the fastest).  Compress While
  359.  Copying, which will copy any file that has not been compressed by FM
  360.  previously.  As the file is being copied it will compress the file before
  361.  it writes it to the destination area.  If the file has already been
  362.  compressed with another archiver it is adviseable to use standard copy on it.
  363.  Any archiver will add bytes to a already compressed file as does FM.  The
  364.  unique thing about this method is the directory tree and files will remain
  365.  the same in compressed form where they are open for a directory listing.
  366.  These files will retain their ability to execute or readability until they
  367.  are de-compressed. 50 to 80 percent compression rate is obtained.
  368.  The third method is DeCompress Any File (MS), this method will decompress
  369.  any file that FM has previously compressed while copying and will copy
  370.  the decompressed file to the destination window.  This method will also
  371.  sometimes decompress files that have been compressed by MicroSoft's compress
  372.  utility.  If a file is not compressed while using this function it will
  373.  reconize this fact and switch to standard copy for that file operation.
  374.    If you wish FM to check to be sure there is enough room on the destination
  375.  area before copying a file click the 'Check For Disk Space' gadget and FM
  376.  will check the space left before each file is copied.
  377.    When your ready to copy press the 'Do It' button.  To Abort the copy
  378.  while copying press the 'Cancel' button or to abort before copying you can
  379.  press the cancel button.
  380.    See: Window Help
  381.  
  382. Rename_Button
  383.    Before using this button you must first select a file or directory to
  384.  rename.  After making a selection you will be prompted for a new name. Enter
  385.  just the name of the file or directory, NOT the path to the listing. FM will
  386.  take care of that. Click the OK button and the deed is done.  Cancel button
  387.  will abort the process.  This process works only on the Current Active
  388.  Window.
  389.    See: Window Help
  390.  
  391. Move_Button
  392.    The Move function will move (copy) all the selected files and directories
  393.  from the Current Active Window to the Non-Active Window after which the files
  394.  and directories that were selected will be removed (deleted) from the Current
  395.  Active Window (source).  The Configuration screen has settings that can be
  396.  set for giving you a "Are You Sure" message before the function does it work.
  397.  All files and directories that are nested within the selected directory will
  398.  also be moved.
  399.    See: Window Help, Config Button, Config Help
  400.  
  401. Delete_Button
  402.    Files and directories that are selected within the Current Active Window
  403.  will be deleted when the 'Delete' button is clicked.  All selected
  404.  directories that have nested files and directories within them will also be
  405.  deleted.  This means that a directory need not be empty of files or other
  406.  directories before it can be deleted.  The configuration screen has settings
  407.  that can be set to warn you of your action before the actual deletion takes
  408.  place.
  409.    See: Window Help, Config Button, Config Help
  410.  
  411. Read_Button
  412.    The read button activates a text viewer program that will display the
  413.  selected file.  The default configuration for the read button is notepad.exe
  414.  that is supplied with MS Windows.  Notepad has a 32k file size limit and I
  415.  highly recommend FView by Maze Computer Communications. It is a excellent
  416.  program that will display text in either hex or ansi format.  You may use
  417.  whatever text viewing or even editing program you wish on any selected files
  418.  in the Current Active Window.  To specify which program you wish to use
  419.  activate the config button and in the 'Names' box is a heading called Read.
  420.  To the right of the heading is a small edit box, here is where you enter
  421.  the viewing program's name.  The viewing program should reside in your
  422.  dos directory.  After you are satisfied with your current viewer FM will
  423.  use it when you double click a file that FM believes to be a text file.
  424.  You also may first select a file then click on the read program button for
  425.  the same results.
  426.    See: Window Help, Config Button, Config Help, Double Click
  427.  
  428. Command_Button
  429.    The command button is used to activate the Archive Commander.  First click
  430.  on a archive file (.zip, .arj, .lha) to highlite it, several may be loaded at
  431.  one time.  Then click on the Command button.  This will load all the selected
  432.  files into the Commander where they be operated on from there.  If no files
  433.  have been selected you will get a error message telling you of such and then
  434.  the Commander will start empty.  The Commander was left to start empty so
  435.  people could get a look and feel without really doing anything concerning
  436.  archives.  The Commander can also be loaded by double clicking the last
  437.  archive to load, then click the view button on the action requester.
  438.    See: Double Click, Glossary
  439.  
  440. ByteReq_Button
  441.    This neat little feature will tell you how many files, directories and
  442.  bytes used on any selected files or directories.  If you select a directory
  443.  ByteReq will add up all the files, directories, and bytes that are nested
  444.  in that selected directory.  You might be surprised on how much space is
  445.  used up in some root directories!
  446.  
  447. MakeDir_Button
  448.    Clicking the MakeDir button will present you with a requester asking for
  449.  a directory name.  After suppling a name, FM will create a directory with
  450.  that name in the Current Active Window.  Supply just the name of the new
  451.  directory, not the path, FM will take care of that.  You may abort the
  452.  action by clicking the Cancel button.
  453.    See: Window Help
  454.  
  455. Config_Button
  456.    This button activates the Configuration Screen for FM.  Inside the
  457.  configuration screen is additional help information.
  458.  
  459. Run_Button
  460.    The Run button will execute nearly any type of .exe, .com, .bat file
  461.  either dos or windows.  Select the file that you believe is the main
  462.  starting program and then click the run program.  FM will change the
  463.  current working directory to that of the selected file so that any
  464.  additional files that the executable file needs can be found for its
  465.  progress.  After the termination of the program FM will automatically
  466.  switch back to its current directory.  Double Clicking will bring the
  467.  same results provided that FM reconizes the BINARY header of the file
  468.  as a executable.  Some instances it is best to use the run button.
  469.    See: Double Click, Glossary
  470.  
  471. Split_Button
  472.    The Split button will take a selected file and create two equal halves
  473.  of the orginal file. The orginal file will be left intact.  Binary or text
  474.  file are acceptable. Each half will retain the orginals name with the
  475.  exception of the extendsion, which would be labeled D1 & D2.  Large files
  476.  can be split and copied to a smaller media disk and then rejoined when
  477.  the file is needed for use, or such files can be transmitted by modem with
  478.  a higher success rate for error control.
  479.  
  480. Duplicate_Button
  481.     The Duplicate button will make a exact copy of a file in the current
  482.  directory with the new extendsion .dup, which can later be renamed to some-
  483.  thing else.
  484.  
  485. Add2List_Button
  486.     This button will create or add to a file list the full path names of
  487.  selected files.  When archiving mulitiple files from mulitiple directories
  488.  and drives you have the ability with this button to create a list of these
  489.  files archive them in one easy shot. After creating a list, just use the
  490.  'Use List' flag in the archive requester.  Also the Add2List function is
  491.  used when setting the Double Click Task Dispatcher.  Other functions that
  492.  FM will have will make large use of this feature also.  Caution, before
  493.  using this feature be sure to delete any previous list that you might have
  494.  make by using the DelList button.  Add2List will create a list file if one
  495.  doesn't exist but if a list does exist it will append or add onto the
  496.  already existing list.
  497.  
  498. DelList_Button
  499.     The DelList button will delete any list that the Add2List button has
  500.  created.  It is important to use this button before starting a new file
  501.  list for a different project.  Add2List will append or add to any existing
  502.  list that was previously created.
  503.    See:  Add2List
  504.  
  505. CopyAs_Button
  506.     This feature gives you the ability to copy a file or directory to the
  507.  destination window or any other drive or directory that you name for a path
  508.  and you may change the name of the selected file or directory to something
  509.  else before it is copied.  The orginal source file or directory will retain
  510.  the same name as it had, only the new destination will be changed.
  511.    See: MoveAs
  512.  
  513. MoveAs_Button
  514.     The MoveAs button will allow you to move a file or directory to a
  515.  different drive or directory under a different name of your choosing.  A
  516.  requester will prompt you for a new name of the selected listing and move
  517.  it under that name to the destination window.  You may if you wish change
  518.  manually the path name to a different drive or directory by adjusting the
  519.  edit box within the requester.
  520.     See: CopyAs, Move
  521.  
  522. Dos_Button
  523.     Clicking on the dos button will start a dos shell.  The file Bull.pif
  524.  must reside in the same directory as FM is in before this command will work.
  525.  Bull.pif is supplied either on disk or with the FM archive.  The startup
  526.  directory is set for C:\ .  If you wish to start a dos shell at a different
  527.  directory or drive you must edit this pif file to show that directory.
  528.  
  529. EntCom_Button
  530.     This button is used for entering a command, just like you would from the
  531.  dos line.  This feature will allow you to use most dos commands and any
  532.  window program that is within the path enviroment.  The program must be a
  533.  stand alone program that does not require additional files from its own
  534.  private directory to run.
  535.  
  536. Print_Button
  537.     The print button for FM is basically a file spooler for Print Manager.
  538.  FM will gather all the text files that you have selected within a view
  539.  windows and send Print Manager a list of files to print.  FM will then
  540.  activate Print Manager for you and commence printing.  FM will disengage
  541.  itself from the printing task and allow Print Manager to do its thing
  542.  while you do something else if you wish.  So to print one or more files
  543.  first select the files to be printed and then after the selection click
  544.  once on the print button.  Future versions of FM will allow you to have
  545.  the option of preconfiguring your printer before activating Print Manager.
  546.  
  547.  
  548. CMD_Buttons
  549.     The bottom 10 button located in the lower right button column are user
  550.  definable buttons. They can be set up either in the configuration Screen
  551.  which is recommended for advanced users or in the CMD Loader located under
  552.  the utilities menu.  CMDs allow you to quickly start outside programs that
  553.  you most commonly use by simply clicking a button.  CMD programs that work
  554.  on other files can also be use by selecting a file and then the CMD.
  555.  
  556.  
  557. Extract_File_To
  558.    The extract file dialog box for the Archive Command will extract one or
  559.  more files that have been highlited within the Archived Files window.  The
  560.  check mark boxes indicate where the file(s) are to be extracted to.  You
  561.  may extract the file(s) to one or all of the indicated paths.  The first two
  562.  boxes indicate the directory path to your left and right view windows of the
  563.  main FM screen, the third box points to a edit box that you can fill in your
  564.  own directory path.  After you have made your choices click the 'DoIt' Button
  565.  to complete the extraction.  The 'Cancel' Button of course will abort the
  566.  operation.
  567.  
  568. Commander_Help
  569.     The Archive Commander contains three display windows and 29 pushbuttons
  570.  for working with .zip, .lha, and .arj files.  Files that are loaded into the
  571.  Commander must be pre-selected from the main FM work area before the
  572.  Commander is invoked.  These files will be displayed in the "Selected
  573.  Archives" window.  Only one file may be worked on at a time.  To view the
  574.  contents of the archive select the archive then click once on the 'Process'
  575.  Button or double click the archive.  The Archive's contents will be displayed
  576.  in the 'Archived Files' window and if the archive itself contains a comment
  577.  it will be displayed in the large edit window in the center of the screen.
  578.  The Buttons are as follows..
  579.   Process - Displays the contents and comment of the selected archive.
  580.   Extract - Extracts one or more selected files of a archive.
  581.   Delete  - Deletes one or more selected files within the archive.
  582.   Run     - Executes a archived file IF it is a stand alone program
  583.   Test    - Tests the structure and files of the selected archives and
  584.             reports.
  585.   All     - Selects all of the files in the 'Archived Files' window.
  586.   Clear   - De-selects all of the files in the 'Archived Files' window.
  587.   Quit    - Exits the File Commander.
  588.   Clr Comment   - Clears the Edit window of any text.
  589.   Load Comment  - Loads a file into the edit window.
  590.   Load Last     - Clears Edit window and loads the last contents the window
  591.                   had.
  592.   Save Comment  - Saves content of the Edit window to a file of your choice.
  593.   Insert Comment- Adds the contents of the Edit window to the selected archive
  594.                   as a comment.
  595.   Print Comment - Sends the contents of the Edit window to the printer.
  596.   Show Comment  - Forces a re-read of the selected archive's comment.
  597.   Convert 2 Zip - Duplicates the selected archive to a Zip Archive.
  598.   Convert 2 Lha - Duplicates the selected archive to a Lharc Archive.
  599.   Convert 2 Arj - Duplicates the selected archive to a Arj Archive.
  600.   Add Description - This requests a filename, then takes the contents of the
  601.                   Edit window and inserts it into the archive with that name.
  602.   Add Files     - This command will add files to the selected archive but is
  603.                   unusal in its useage.  First click on 'Del List', then
  604.                   select the files you wish to add to the archive, select
  605.                   'Add2List'. You may then move to a additional directory or
  606.                   drive and add more files to the list.  When you have
  607.                   completed your selection click "Do It", this will add all
  608.                   the files to the selected archive and display them under
  609.                   'Archived Files'. Click Cancel to exit the function.
  610.   Make Zip      - Will archive all selected files as a Zip File.
  611.   Make Lha      - Will archive all selected files as a Lharc File.
  612.   Make Arj      - Will archive all selected files as a Arj file.
  613.   Make .EXE     - Will duplicate the selected archive into a .EXE archive.
  614.   Repair Zip    - Will attempt to repair the selected Zip File.
  615.   Print File    - Sends the contents of the selected archive files to the
  616.                   printer.
  617.   Read File     - Views the selected text file.
  618.  Double-Clicking- When double clicking a file the Commander will determine the
  619.                   filetype if possible and commit whatever action that has been
  620.                   described for that filetype in the double click control util.
  621.  
  622. About_Help
  623.     As you have noticed I have chose to go with a non-standard method of
  624.  displaying help for the different functions then what is recommended by MS.
  625.  There are several reasons for this, one of them is memory useage.  This
  626.  method requires very little by not calling winhelp.exe every time help is
  627.  needed. Another is that a user of FM can add their own comments to a help
  628.  block with ease using any text editor as long as they follow the guide lines
  629.  set up below.  Another large reason is that FM is growing in popularity
  630.  across the world and the FM.HLP file can be translated to whatever language
  631.  used for that country.  Unforunately I or anyone I know cannot make the
  632.  translation and some bright person of that country would have to do so for
  633.  the users of FM in that country.  I would hope that any translations would
  634.  be sent here to the support board that is listed in the program.
  635.     FM.HLP is a formated text file.  This means that the help blocks like
  636.  'About_Help' start in column 1 and all lines that belong to that block
  637.  start at column 2 or above, tabs are not allowed.  The block ends at the end
  638.  of the file or at the start of the next block.  The help block names cannot
  639.  be changed but anything under them can.  Lines cannot exceed 78 columns and
  640.  then entire body of text cannot exceed 8190 characters including spaces.
  641.  All lines should also be ended with a carriage return.  Also Block headers
  642.  are word block and are case sensitive.  A comparision of the first word is
  643.  simply used.
  644.    I do hope this feature adds to your useage of FM, FM has grown so large
  645.  it is impossible to remember the hundreds of things it does. (even for me!)
  646.  
  647.